home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1996 February / PC Direct CD-ROM (February 1996).iso / software / claris / impact / disk12 / impact.rs_ / impact.rs / TEXT_157.txt < prev    next >
Encoding:
Text File  |  1995-08-28  |  583 b   |  13 lines

  1. INDEX
  2. Returns the value of the cell whose position is determined by the row and column offsets from the first cell specified in the range argument.
  3.  
  4. Format: INDEX (range, row, column)
  5.  
  6. Arguments:
  7. ΓÇó  range: A cell range of one or more rows.
  8. ΓÇó  row: A number or numeric expression whose value is within the range specified.
  9. ΓÇó  column: A number or numeric expression whose value is within the range specified.
  10.  
  11. Example:
  12. INDEX (B1..D5, 3,2) returns 12.
  13. Shows that the number 12 is in the cell that is in the third cell down and the second row over from B1 (the start of the range).